AI Verified

Name

WooCommerce Breadcrumb Home Link and Anchor Text

About

Change the default "Home" link in WooCOmmerce Breadcrumbs to a different URL with a different Anchor Text.

Language

PHP

Rating

Voted: 0 by 0 user(s)

How to Setup Snippet

Paste the Snipept as a PHP WordPress Functinon. Change the 'http://yourdomain.com/shop' to your prefered URL. Change the 'Shop' to your preferred anchor text.

Codevault

Snug Snippets

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.4

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

Website/ Profile URL:

https://snugsite.com.au/blog/

History

Last modified:

22/05/2024

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

WooCommerce Breadcrumb Home Link and Anchor Text

 
                    
1function woo_custom_breadrumb_home_url() {
2 return 'http://yourdomain.com/shop';
3}
4add_filter( 'woocommerce_breadcrumb_defaults', 'wcc_change_breadcrumb_home_text' );
5function wcc_change_breadcrumb_home_text( $defaults ) {
6 $defaults['home'] = 'Shop';
7 return $defaults;
8}

0

Related Snippets

Please see some snippets below related to this snippet..

WooCommerce

AI Verified

1

Restrict Accessing Pages until Product Purhased

Added: 1 year ago

Last Updated: 11 months ago

Lock away access to Pages until certain WooCommerce Products are purchased,

WooCommerce

AI Verified

1

WooCommerce Ship To A Different Address Checked And Open By Default

Added: 1 year ago

Last Updated: 2 months ago

This quick guide shows you how you can automatically open the Ship To A Different Address section of the WooCommerce checkout open by default.

WooCommerce

AI Verified

0

Disable WooCommerce Ajax Cart Fragments On Homepage

Added: 1 year ago

Last Updated: 1 year ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WooCommerce

AI Verified

1

Add Text Above WooCommerce Payment Options

Added: 1 year ago

Last Updated: 9 months ago

Show some text above the Payment Method Selection in WooCommerce Checkout.

WooCommerce

AI Verified

0

WooCommerce Breadcrumb Home Link and Anchor Text

Added: 3 months ago

Last Updated: 3 months ago

Change the default "Home" link in WooCOmmerce Breadcrumbs to a different URL with a different Anchor Text.

WooCommerce

AI Verified

0

New Badge on WooCommerce Products

Added: 1 year ago

Last Updated: 1 year ago

Add a "New" Badge to recent Published Products in WooCommerce